net/http/httputil.ServerConn.r (field)
6 uses
net/http/httputil (current package)
persist.go#L40: r *bufio.Reader
persist.go#L58: return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
persist.go#L69: r := sc.r
persist.go#L71: sc.r = nil
persist.go#L117: if sc.r == nil { // connection closed by user in the meantime
persist.go#L121: r := sc.r
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)